home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / readvp.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1995-04-28  |  644 b   |  26 lines

  1. on mouseDown
  2.   global gmovno, gsliderbar, gPalNo
  3.   set the castNum of sprite 5 to 17
  4.   set the castNum of sprite 3 to 10
  5.   updateStage()
  6.   set the movieRate of sprite 48 to 0
  7.   set the movieTime of sprite 48 to 1
  8.   set the controller of cast gmovno to 0
  9.   updateStage()
  10.   set the video of cast gmovno to 0
  11.   unLoadCast(gmovno)
  12.   updateStage()
  13.   set the castNum of sprite 48 to 92
  14.   set gmovno to 92
  15.   preLoadCast(gmovno)
  16.   puppetPalette(192)
  17.   patchPal()
  18.   updateStage()
  19.   set the video of cast gmovno to 1
  20.   patchPal()
  21.   updateStage()
  22.   set the controller of cast gmovno to gsliderbar
  23.   updateStage()
  24.   set the movieRate of sprite 48 to 1
  25. end
  26.